Dart.PowerTCP.EmailValidation Namespace > TcpStream Class > Write Method : Write(Byte[],Int32,Int32) Method |
Writes a sequence of bytes to the stream and returns when the operation is complete.
[Visual Basic]
Overloads Overrides Public Sub Write( _
ByVal buffer() As Byte, _
ByVal offset As Integer, _
ByVal size As Integer _
)
Exception | Description |
---|---|
IOException | Thrown when the stream is not Writeable. |
#ctor | Thrown when buffer is null. |
#ctor | Thrown when the offset is less than zero or when size is less than or equal to zero. |
#ctor | Thrown when the (offset + size) > buffer.Length. |
Use the CanWrite property to determine whether the current instance supports writing.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
TcpStream Class | TcpStream Members | Overload List
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.